projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6290be
)
(math-gammap1-raw): Add docstring.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Sun, 8 Jul 2007 00:01:06 +0000
(
00:01
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Sun, 8 Jul 2007 00:01:06 +0000
(
00:01
+0000)
lisp/calc/calc-funcs.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-funcs.el
b/lisp/calc/calc-funcs.el
index 9af2322ba1ed15583bc79a8bcfe09c1ac146fbf7..78d0df34cdb78b2226d74565087a13b9194e2ded 100644
(file)
--- a/
lisp/calc/calc-funcs.el
+++ b/
lisp/calc/calc-funcs.el
@@
-147,7
+147,8
@@
(or (math-numberp x) (math-reject-arg x 'numberp))
(calcFunc-fact (math-add x -1)))
-(defun math-gammap1-raw (x &optional fprec nfprec) ; compute gamma(1 + x)
+(defun math-gammap1-raw (x &optional fprec nfprec)
+ "Compute gamma(1+X) to the appropriate precision."
(or fprec
(setq fprec (math-float calc-internal-prec)
nfprec (math-float (- calc-internal-prec))))